Windows
The installer prompts you for the path to the <coreHost> installation directory. Provide the path (UNC or mapped drive) to the <coreHost> installation directory you shared on the <coreHost> computer.
The installer prompts you to install a Web Application Server.
It is recommended that you use the FME Server Web Application Server and enter port 80 when prompted.
Alternatively, if you have your own Web Application Server already installed on this host, you can use it instead of the built-in FME Server version. In this case, it is recommended that you shut down the service during installation.
Linux
On the <webHost>, mount the FME Server installation directory shared on the <coreHost>:
mount <coreHost>:<FMEServerDir>/home/FMEServer
At the feature selection dialog, select only the Web Services component.
The installer prompts you for the name of the FME Server Host.
Enter the host name of the <coreHost> computer.
The installer prompts you for the path to the <coreHost> installation directory.
Enter the path to the mounted directory.
The installer prompts you to install a Web Application Server.
We recommend that you use the FME Server Web Application Server and enter port 80 when prompted.
Note: If you select port 80 or any port number less than 1024 for the built-in Web Application Server, start that service as root.
If you have a web application server already installed on this host, you can use it instead of the built-in FME Server version. In this case, it is recommended that you shut down the service during installation.
Manually start FME Server and configure it to start automatically.
See Configuring Start-up.
From:
SUCCESS_RESPONSE 0:Translation Successful|OutputLocation=!FME_AUTO_DIR_NAME!
To:
SUCCESS_RESPONSE 0:Translation Successful|OutputLocation=<webHost>/DefaultResults/!FME_AUTO_DIR_NAME_SIMPLE!
Following the installation on <webHost>, the FME Server Web Application Server automatically starts. If you used your own web application server, you can restart that service.
To verify the installation, see Verify the Installation (Windows) or Verify the Installation (Linux).
Open each web application properties file located at:
<WebAppDir>\<fmeServiceName>\WEB-INF\conf\propertiesFile.properties
Find the following line in this file:
#FAILOVER_SERVER_NAMES=<failoverServerName>
Uncomment this line and replace <failoverServerName> with a host name.
The host name must be running an FME Server, for example:
FAILOVER_SERVER_NAMES=red
This example defines an FME Server system—red—which must be running an FME Server.
Proceed to Install the FME Engines.